Skip to content

Conversation

@georgehao
Copy link
Member

No description provided.

cakevm and others added 30 commits July 15, 2025 09:20
Signed-off-by: Aliaksei Misiukevich <[email protected]>
Co-authored-by: Alexey Shekhirin <[email protected]>
georgehao and others added 27 commits August 11, 2025 08:42
Co-authored-by: github-merge-queue <[email protected]>
Co-authored-by: Matthias Seitz <[email protected]>
* feat: feynman mainnet ts

Signed-off-by: Gregory Edison <[email protected]>

* chore: update mainnet feynman fork time

Signed-off-by: Gregory Edison <[email protected]>

* chore: fix clippy docs (paradigmxyz#17726)

Co-authored-by: Alexey Shekhirin <[email protected]>

---------

Signed-off-by: Gregory Edison <[email protected]>
Co-authored-by: Matthias Seitz <[email protected]>
Co-authored-by: Alexey Shekhirin <[email protected]>
Signed-off-by: Gregory Edison <[email protected]>
Signed-off-by: Gregory Edison <[email protected]>
…ll fee parameters (#320)

* feat: use from_custom_genesis for custom genesis files and set Scroll fee parameters

* fix CI

* address a comment
Signed-off-by: Gregory Edison <[email protected]>
Signed-off-by: Gregory Edison <[email protected]>
* fix(network): off by one error in getting next header

* fix CI

* fix CI

* fix CI

* fix CI

* fix CI

* revert

* revert
* feat: limit rollup fee in tx pool

Signed-off-by: Gregory Edison <[email protected]>

* fix: check rollup fee

Signed-off-by: Gregory Edison <[email protected]>

* feat: limit pool tx size (#317)

* feat: add maxTxPayloadBytesPerBlock to ScrollChainConfig

Signed-off-by: Gregory Edison <[email protected]>

* feat: limit pool max tx input bytes

Signed-off-by: Gregory Edison <[email protected]>

* test: set max_tx_payload_bytes_per_block

Signed-off-by: Gregory Edison <[email protected]>

* feat: make MockEthProvider more generic

Signed-off-by: Gregory Edison <[email protected]>

* test: add pool limit tests

Signed-off-by: Gregory Edison <[email protected]>

* fix: lints

Signed-off-by: Gregory Edison <[email protected]>

---------

Signed-off-by: Gregory Edison <[email protected]>

* test: update

Signed-off-by: Gregory Edison <[email protected]>

---------

Signed-off-by: Gregory Edison <[email protected]>
* feat: block validation

Signed-off-by: Gregory Edison <[email protected]>

* feat: header validation

Signed-off-by: Gregory Edison <[email protected]>

* feat: body validation

Signed-off-by: Gregory Edison <[email protected]>

* feat: withdraw trie root slot (#312)

* feat: update execute_with_state_closure closure

Signed-off-by: Gregory Edison <[email protected]>

* feat: LoadWithdrawRoot

Signed-off-by: Gregory Edison <[email protected]>

* chore: fix clippy docs (paradigmxyz#17726)

Co-authored-by: Alexey Shekhirin <[email protected]>

* fix: clippy

Signed-off-by: Gregory Edison <[email protected]>

---------

Signed-off-by: Gregory Edison <[email protected]>
Co-authored-by: Matthias Seitz <[email protected]>
Co-authored-by: Alexey Shekhirin <[email protected]>

* chore: reorg

Signed-off-by: Gregory Edison <[email protected]>

* feat: answer comment + add unit test

Signed-off-by: Gregory Edison <[email protected]>

* feat: answer comment

Signed-off-by: Gregory Edison <[email protected]>

* feat: check sequential L1 message post EuclidV2

Signed-off-by: Gregory Edison <[email protected]>

---------

Signed-off-by: Gregory Edison <[email protected]>
Co-authored-by: Matthias Seitz <[email protected]>
Co-authored-by: Alexey Shekhirin <[email protected]>
Co-authored-by: frisitano <[email protected]>
* feat: limit rollup fee in tx pool

Signed-off-by: Gregory Edison <[email protected]>

* fix: check rollup fee

Signed-off-by: Gregory Edison <[email protected]>

* feat: limit pool tx size (#317)

* feat: add maxTxPayloadBytesPerBlock to ScrollChainConfig

Signed-off-by: Gregory Edison <[email protected]>

* feat: limit pool max tx input bytes

Signed-off-by: Gregory Edison <[email protected]>

* test: set max_tx_payload_bytes_per_block

Signed-off-by: Gregory Edison <[email protected]>

* feat: make MockEthProvider more generic

Signed-off-by: Gregory Edison <[email protected]>

* test: add pool limit tests

Signed-off-by: Gregory Edison <[email protected]>

* fix: lints

Signed-off-by: Gregory Edison <[email protected]>

---------

Signed-off-by: Gregory Edison <[email protected]>

* test: update

Signed-off-by: Gregory Edison <[email protected]>

* feat: disallow L1 messages in tx pool

Signed-off-by: Gregory Edison <[email protected]>

* test: disallow L1 messages in tx pool

Signed-off-by: Gregory Edison <[email protected]>

---------

Signed-off-by: Gregory Edison <[email protected]>
Co-authored-by: frisitano <[email protected]>
* export ScrollEngineValidatorBuilder

* export ScrollNodeTypes

* update dev genesis
@georgehao georgehao closed this Aug 29, 2025
@github-actions
Copy link

Your PR title doesn't follow the Conventional Commit guidelines.

Example of valid titles:

  • feat: add new user login
  • fix: correct button size
  • docs: update README

Usage:

  • feat: Introduces a new feature
  • fix: Patches a bug
  • chore: General maintenance tasks or updates
  • test: Adding new tests or modifying existing tests
  • bench: Adding new benchmarks or modifying existing benchmarks
  • perf: Performance improvements
  • refactor: Changes to improve code structure
  • docs: Documentation updates
  • ci: Changes to CI/CD configurations
  • revert: Reverts a previously merged PR
  • deps: Updates dependencies

Breaking Changes

Breaking changes are noted by using an exclamation mark. For example:

  • feat!: changed the API
  • chore(node)!: Removed unused public function

Help

For more information, follow the guidelines here: https://www.conventionalcommits.org/en/v1.0.0/

@codspeed-hq
Copy link

codspeed-hq bot commented Aug 29, 2025

CodSpeed Performance Report

Merging #332 will not alter performance

Comparing add_gas_limit_check_to_sequencer_tx (2480600) with scroll (d485f47)1

Summary

✅ 77 untouched benchmarks

Footnotes

  1. No successful run was found on main (02824da) during the generation of this report, so scroll (d485f47) was used instead as the comparison base. There might be some changes unrelated to this pull request in this report.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.